listbase: separate autoscroll from rubberband
authorMatthias Clasen <mclasen@redhat.com>
Fri, 19 Jun 2020 12:03:51 +0000 (08:03 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 19 Jun 2020 19:26:10 +0000 (15:26 -0400)
commite8ba16d9c29d642e96dc71ab9506a87dd2b6c899
tree3fffe58bf5816581f9d3dc0b3863886337e43b77
parent4a43c77f6680e828df12440f715b05109e8b4226
listbase: separate autoscroll from rubberband

Break out an update_autoscroll() function that can
be used for other things than rubberbanding. It will
be used for autoscroll during DND in the future.
gtk/gtklistbase.c